|
|
|
|
AllowReordering Property, SftTabs Class |
Defines whether tab reordering is enabled.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Public Property AllowReordering As Boolean |
C# |
public bool AllowReordering { get; set; } |
C++ |
public: property bool AllowReordering { |
Property Value
True to enable tab reordering, False otherwise.
The default value is False.
Comments
The AllowReordering property defines whether tab reordering is enabled.
This property can only be used with scrollable tab controls.
When enabling tab reordering, the user can reorder tabs within the tab control using drag & drop and the Control.AllowDrop property is automatically set to True.